home *** CD-ROM | disk | FTP | other *** search
/ CD World 1997 November / CD World - Kasım 1997.iso / internet / atlantis / _setup.1 / afinger.exe / 0 / RCDATA / TFINGERFORM / TFINGERFORM.txt
Text File  |  1996-09-26  |  3KB  |  133 lines

  1. object FingerForm: TFingerForm
  2.   Left = 256
  3.   Top = 205
  4.   Width = 470
  5.   Height = 262
  6.   Caption = 'AtlantisFinger'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnClose = FormClose
  12.   OnCreate = FormCreate
  13.   OnResize = FormResize
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 462
  20.     Height = 231
  21.     Align = alClient
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object Panel2: TPanel
  25.       Left = 1
  26.       Top = 1
  27.       Width = 362
  28.       Height = 210
  29.       Align = alClient
  30.       TabOrder = 0
  31.       object Panel6: TPanel
  32.         Left = 1
  33.         Top = 194
  34.         Width = 360
  35.         Height = 15
  36.         Align = alBottom
  37.         BevelOuter = bvNone
  38.         TabOrder = 0
  39.       end
  40.       object Panel7: TPanel
  41.         Left = 1
  42.         Top = 1
  43.         Width = 360
  44.         Height = 15
  45.         Align = alTop
  46.         BevelOuter = bvNone
  47.         TabOrder = 1
  48.       end
  49.       object Panel4: TPanel
  50.         Left = 1
  51.         Top = 16
  52.         Width = 360
  53.         Height = 38
  54.         Align = alTop
  55.         BevelOuter = bvNone
  56.         TabOrder = 2
  57.         object Edit1: TEdit
  58.           Left = 2
  59.           Top = 6
  60.           Width = 358
  61.           Height = 23
  62.           Font.Color = clBlack
  63.           Font.Height = -12
  64.           Font.Name = 'Fixedsys'
  65.           Font.Style = []
  66.           ParentFont = False
  67.           TabOrder = 0
  68.           Text = '<user>@mail.clara.net'
  69.           OnKeyDown = Edit1KeyDown
  70.         end
  71.       end
  72.       object Panel5: TPanel
  73.         Left = 1
  74.         Top = 54
  75.         Width = 360
  76.         Height = 140
  77.         Align = alClient
  78.         BevelOuter = bvNone
  79.         Caption = 'Panel5'
  80.         TabOrder = 3
  81.         object Memo1: TMemo
  82.           Left = 0
  83.           Top = 0
  84.           Width = 360
  85.           Height = 140
  86.           Align = alClient
  87.           Font.Color = clBlack
  88.           Font.Height = -12
  89.           Font.Name = 'Fixedsys'
  90.           Font.Style = []
  91.           ParentFont = False
  92.           ScrollBars = ssVertical
  93.           TabOrder = 0
  94.         end
  95.       end
  96.     end
  97.     object StatusBar1: TStatusBar
  98.       Left = 1
  99.       Top = 211
  100.       Width = 460
  101.       Height = 19
  102.       Panels = <>
  103.       SimplePanel = True
  104.     end
  105.     object Panel3: TPanel
  106.       Left = 363
  107.       Top = 1
  108.       Width = 98
  109.       Height = 210
  110.       Align = alRight
  111.       TabOrder = 2
  112.       object FingerButton: TButton
  113.         Left = 13
  114.         Top = 14
  115.         Width = 75
  116.         Height = 23
  117.         Caption = 'Finger'
  118.         TabOrder = 0
  119.         OnClick = FingerButtonClick
  120.       end
  121.       object CancelButton: TButton
  122.         Left = 12
  123.         Top = 52
  124.         Width = 75
  125.         Height = 23
  126.         Caption = 'Cancel'
  127.         TabOrder = 1
  128.         OnClick = CancelButtonClick
  129.       end
  130.     end
  131.   end
  132. end
  133.